home *** CD-ROM | disk | FTP | other *** search
- object HorIzTab: THorIzTab
- Left = 319
- Top = 134
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Horizontal Tab'
- ClientHeight = 233
- ClientWidth = 239
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- TextHeight = 20
- object Indent: TLabel
- Left = 16
- Top = 20
- Width = 57
- Height = 20
- AutoSize = False
- Caption = 'Indent'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object SpinEdit1: TSpinEdit
- Left = 80
- Top = 16
- Width = 65
- Height = 31
- Color = clBtnFace
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- MaxValue = 25
- MinValue = 0
- ParentFont = False
- TabOrder = 0
- Value = 0
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 56
- Width = 209
- Height = 105
- Caption = 'Align'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- object RadioButton1: TRadioButton
- Left = 16
- Top = 32
- Width = 65
- Height = 25
- Caption = 'Left'
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 112
- Top = 32
- Width = 81
- Height = 25
- Caption = 'Right'
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 16
- Top = 64
- Width = 97
- Height = 25
- Caption = 'Center'
- TabOrder = 2
- end
- end
- object BitBtn1: TBitBtn
- Left = 16
- Top = 184
- Width = 97
- Height = 33
- TabOrder = 2
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 128
- Top = 184
- Width = 97
- Height = 33
- TabOrder = 3
- Kind = bkCancel
- end
- end
-